'Declaration Public Overloads Shared Function Resolve(Of T As IPdfObject)( _ ByVal pr As IPdfRef, _ Optional ByVal addWarning As System.Boolean _ ) As T
public static T Resolve<T>( IPdfRef pr, System.bool addWarning ) where T: IPdfObject
Parameters
- pr
- The current IPdfRef.
- addWarning
- Indicates whether to add a warning if referenced can't be resolved to an object of specified type.
Type Parameters
- T
- The type of indirect PDF object.
Return Value
The referenced PDF indirect object.